home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000302_simon@lia.di.epfl.ch_Fri Feb 11 10:30:22 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from liasun6.epfl.ch by cs.umb.edu with SMTP id AA17729
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 11 Feb 1994 10:30:22 -0500
  3. Received: by liasun6.epfl.ch (Smail3.1.28.1 #58)
  4.     id m0pUzoz-0002PeC; Fri, 11 Feb 94 16:30 MET
  5. Message-Id: <m0pUzoz-0002PeC@liasun6.epfl.ch>
  6. Date: Fri, 11 Feb 94 16:30 MET
  7. From: simon@lia.di.epfl.ch (Simon Leinen)
  8. To: tex-k@cs.umb.edu
  9. Subject: web2c 6.1 - --srcdir still broken - patch4
  10.  
  11. With the three "--srcdir" patches I sent out so far, "make triptrap"
  12. still didn't work.  This small patch should fix that.
  13. -- 
  14. Simon.
  15.  
  16. *** web2c/mf/Makefile.in    1994/02/11 14:47:33    1.2
  17. --- web2c/mf/Makefile.in    1994/02/11 15:22:45    1.3
  18. ***************
  19. *** 97,109 ****
  20.       rm -f trap.mf
  21.       -$(LN) $(trapdir)/trap.mf .
  22. !     -$(SHELL) -c '. ./trapenv; \
  23.         ./trapmf < $(trapdir)/trap1.in > /dev/null 2>&1'
  24.       -diff $(trapdir)/trapin.log trap.log
  25. !     -$(SHELL) -c '. ./trapenv; ./trapmf < $(trapdir)/trap2.in > trap.fot'
  26.       -diff $(trapdir)/trap.log trap.log
  27.       -diff $(trapdir)/trap.fot trap.fot
  28.       ../fontutil/tftopl ./trap.tfm trap.pl
  29.       -diff $(trapdir)/trap.pl trap.pl
  30. !     $(SHELL) -c '. ./trapenv; \
  31.         ../fontutil/gftype -m -i ./trap.72270gf > trap.typ'
  32.       -diff $(trapdir)/trap.typ trap.typ
  33. --- 97,109 ----
  34.       rm -f trap.mf
  35.       -$(LN) $(trapdir)/trap.mf .
  36. !     -$(SHELL) -c '. $(mfsrcdir)/trapenv; \
  37.         ./trapmf < $(trapdir)/trap1.in > /dev/null 2>&1'
  38.       -diff $(trapdir)/trapin.log trap.log
  39. !     -$(SHELL) -c '. $(mfsrcdir)/trapenv; ./trapmf < $(trapdir)/trap2.in > trap.fot'
  40.       -diff $(trapdir)/trap.log trap.log
  41.       -diff $(trapdir)/trap.fot trap.fot
  42.       ../fontutil/tftopl ./trap.tfm trap.pl
  43.       -diff $(trapdir)/trap.pl trap.pl
  44. !     $(SHELL) -c '. $(mfsrcdir)/trapenv; \
  45.         ../fontutil/gftype -m -i ./trap.72270gf > trap.typ'
  46.       -diff $(trapdir)/trap.typ trap.typ
  47. *** web2c/tex/Makefile.in    1994/02/11 14:47:40    1.2
  48. --- web2c/tex/Makefile.in    1994/02/11 15:23:07    1.3
  49. ***************
  50. *** 99,106 ****
  51.       ../fontutil/tftopl ./trip.tfm trip.pl
  52.       -diff $(tripdir)/trip.pl trip.pl
  53. !     -$(SHELL) -c '. ./tripenv; \
  54.             ./triptex < $(tripdir)/trip1.in >/dev/null 2>&1'
  55.       -diff $(tripdir)/tripin.log trip.log
  56. !     -$(SHELL) -c '. ./tripenv; ./triptex < $(tripdir)/trip2.in > trip.fot'
  57.   # 
  58.   # We use $(DIFF) instead of `diff' only for those files where there
  59. --- 99,106 ----
  60.       ../fontutil/tftopl ./trip.tfm trip.pl
  61.       -diff $(tripdir)/trip.pl trip.pl
  62. !     -$(SHELL) -c '. $(texsrcdir)/tripenv; \
  63.             ./triptex < $(tripdir)/trip1.in >/dev/null 2>&1'
  64.       -diff $(tripdir)/tripin.log trip.log
  65. !     -$(SHELL) -c '. $(texsrcdir)/tripenv; ./triptex < $(tripdir)/trip2.in > trip.fot'
  66.   # 
  67.   # We use $(DIFF) instead of `diff' only for those files where there
  68. ***************
  69. *** 108,112 ****
  70.       -$(DIFF) $(DIFFFLAGS) $(tripdir)/trip.log trip.log
  71.       -diff $(tripdir)/trip.fot trip.fot
  72. !     $(SHELL) -c '. ./tripenv; \
  73.         ../dviutil/dvitype trip.dvi < $(tripdir)/dvitype.in > trip.typ'
  74.       -$(DIFF) $(DIFFFLAGS) $(tripdir)/trip.typ trip.typ
  75. --- 108,112 ----
  76.       -$(DIFF) $(DIFFFLAGS) $(tripdir)/trip.log trip.log
  77.       -diff $(tripdir)/trip.fot trip.fot
  78. !     $(SHELL) -c '. $(texsrcdir)/tripenv; \
  79.         ../dviutil/dvitype trip.dvi < $(tripdir)/dvitype.in > trip.typ'
  80.       -$(DIFF) $(DIFFFLAGS) $(tripdir)/trip.typ trip.typ